[ToC] [Up] [Back] [Next] ... [Book Plug] |
The Information Commons .................... Introduction to HTML |
<ADDRESS>Prof. Gumby<BR> My Brain Hurts Inc.<BR> Toronto <BR>CANADA </ADDRESS> <BR> I think my brain hurts.<BR> I'm ready to Operate!<BR>
which is rendered as:
Prof. GumbyIn HTML 3, text can flow around embedded images, in which case you want to be able to break text such that it goes to the next line alongside the image, or to the next free line below the image and flush with the left or right margins. This is controlled by the CLEAR attribute, which can take the three values "left", "right" and "all". CLEAR="left" causes the next text line to start down as soon as the left margin is clear, while CLEAR="right" causes the line to break and start when the right margin is clear. CLEAR="all" breaks down until both margins are clear.
Some examples are given in Section 4.14.1 on images and image alignment.
[ToC] [Up] [Back] [Next] ... [Book Plug] | .................... Introduction to HTML |
© Ian Graham 1994-1996 | Page Last Updated: 2 January 1996 |